JAMSRESTAPI Web Service
GetAgent_GetAgentByID
JAMSRESTAPI Web Service > All Operations Resource Group : Agent_GetAgentByID (Get)

Resource Path: /api/agent/{id}

Uri: http://doc.jamsscheduler.com/api/agent/{id}

Description
Get the Agent with the specified agentID.
Parameters
NameDescriptionData Type
The id of the Agentinteger
Response

The response body is of type Agent.

OK

Overview

Agent
agentName : string
agentTypeName : string
agentType : string
platformTypeName : string
agentPlatform : string
agentID : integer
description : string
lastChangeUTC : string
lastChangedBy : string
jobCount : integer
jobLimit : integer
licenseAllocated : boolean
licenseRequired : boolean
online : boolean
version : string
timeOffset : string
agentState : string
properties : Array[PropertyValue]
propertyName : string
categoryName : string
categorySortOrder : integer
displayName : string
propertyId : integer
typeName : string
typeNameSSO : string
toolTip : string
description : string
editor : string
mergeOption : string
sortOrder : integer
inheritedFromType : string
inheritedFromId : integer
inheritedFromName : string
readOnly : boolean
browsable : boolean
defaultValue : object
currentValue : object
isExecutionAgent : boolean
acl : ACL
genericACL : Array[ACE]
identifier : string
inherited : boolean
flags : string
accessList : Array[string]
See Also
All Operations Resource GroupJAMSRESTAPI Web Service